home *** CD-ROM | disk | FTP | other *** search
- #############################################################################
- # Compass Sample Export Template
- # HTMLListFrame.tpl
- #############################################################################
-
- %AUTO_VIEW=N
-
- #############################################################################
- # Simple format section:
- #############################################################################
-
- {BOOKMARKS:BOOKMARK_LINK}
- <li><a href="$URL$">$TITLE$</a>
- {/BOOKMARKS}
-
- {FOLDERS:FOLDER_LINK}
- <li> <a href="$TITLE_ID$.htm">$TITLE$</a>
- {/FOLDERS}
-
- #
- # Suppress Level 1 folders for "FOLDER_LINK" group:
- #
- {F1:FOLDER_LINK}
- {/F1}
-
-
- #############################################################################
- # LEVEL1_PAGE
- # Format for Level 1 folders:
- #############################################################################
-
- {FOLDERS:LEVEL1_PAGE}
- {/FOLDERS}
-
- {F1:LEVEL1_PAGE}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>$TITLE$</title>
- <meta name="Generator" content="Compass $VERSION$">
- <meta name="Author" content=$USER$>
- <meta name="Keywords" content="compass, bookmark, favorite, $USER$, $TITLE$">
- <meta name="Description" content="$USER$'s Home Page - $TITLE$">
-
- <style TYPE="text/css">
- BODY
- {
- font-family: Verdana, MS Sans Serif;
- background-color="#DCE3FE";
- }
- A:HOVER
- {
- color:"red";
- }
- </style>
-
- </head>
-
- <body bgcolor="#99FFCC">
- <h3>$TITLE$</h3>
-
- <ul>
- $FOLDER_LINK$
- </ul>
-
- <hr>
-
- <ol>
- $BOOKMARK_LINK$
- </ol>
-
- </body>
- </html>
- {/F1}
-
-
- #############################################################################
- # LEVEL2_PAGE
- # Format for Level 2 folders;
- #############################################################################
-
- {FOLDERS:LEVEL2_PAGE}
- {/FOLDERS}
-
- #
- # (A) - Export all bookmarks under this folder.
- #
- {F2(A):LEVEL2_PAGE}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>$TITLE$</title>
- <meta name="Generator" content="Compass $VERSION$">
- <meta name="Author" content=$USER$>
- <meta name="Keywords" content="compass, bookmark, favorite, $USER$, $TITLE$">
- <meta name="Description" content="$USER$'s Home Page - $TITLE$">
-
- <style TYPE="text/css">
- BODY
- {
- font-family: Verdana, MS Sans Serif;
- background-color="#DCE3FE";
- }
- A:HOVER
- {
- color:"red";
- }
- </style>
-
- </head>
-
- <body bgcolor="#99FFCC">
- <h4>$TITLE$</h4>
-
- <ol>
- $BOOKMARK_LINK$
- </ol>
-
- </body>
-
- </html>
- {/F2}
-
-
- #############################################################################
- # MULTI_LIST
- # The controlling section
- #############################################################################
-
- {FOLDERS:MULTI_LIST}
- {/FOLDERS}
-
- {F0:MULTI_LIST}
- <CENTER>
- <h1>$TITLE$</h1>
- </CENTER>
-
- <hr>
-
- <ol>
- $BOOKMARK_LINK$
- </ol>
- {/F0}
-
- #
- # Create a new file using format "LEVEL1_PAGE"
- #
- {F1(:LEVEL1_PAGE):MULTI_LIST}
- {/F1}
-
- #
- # Create a new file using format "LEVEL2_PAGE"
- #
- {F2(:LEVEL2_PAGE):MULTI_LIST}
- {/F2}
-
-
-
- #############################################################################
- # The main output file:
- # The main output file:
- # Suggested output file path: Compass\Output\LISTFRAME.HTM
- #
- # You will need the following three files
- # Output\plus.gif
- # Output\minus.gif
- # Output\Main.htm
- # and the left hand side frame (TREEFRAME.HTM).
- #############################################################################
-
- {MAIN:*.HTM}
- <!doctype html public "-//w3c//dtd html 3.2 final//en">
- <html>
- <head>
- <title>Compass $VERSION$ Template Sample - HTMLListFrame</title>
- <meta name="Generator" content="Compass $VERSION$">
- <meta name="Author" content="$USER$">
- <meta name="Keywords" content="compass, bookmark, favorite, $USER$">
- <meta name="Description" content="Compass $VERSION$ Template Sample - HTMLListFrame">
- </head>
-
- <body bgcolor="#99FFCC">
-
- $MULTI_LIST$
-
- </body>
-
- </html>
- {/MAIN}
-
- #############################################################################
-